From: Michaƫl Cadilhac Date: Sun, 26 Aug 2007 20:58:48 +0000 (+0000) Subject: Specify PDF layout, use a PDF `compile-command' local variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~16914 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7cc1ab35907476f24c1ebb7fa4a81b97911b1117;p=emacs.git Specify PDF layout, use a PDF `compile-command' local variable. --- diff --git a/etc/refcards/viperCard.tex b/etc/refcards/viperCard.tex index 71996e9d143..b672ce9ebc8 100644 --- a/etc/refcards/viperCard.tex +++ b/etc/refcards/viperCard.tex @@ -3,10 +3,17 @@ \newcount\columnsperpage % This file can be printed with 1 or 2 columns per page (see below). -% Specify how many you want here. Nothing else needs to be changed. +% Specify how many you want here. \columnsperpage=2 +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. + +\input pdflayout.sty +\pdflayout=(1) + +% Nothing else needs to be changed. % Copyright (C) 1995, 1996, 1997, 2001, 2002, 2003, 2004, % 2005, 2006, 2007 Free Software Foundation, Inc. @@ -743,7 +750,7 @@ Ex commands can be made to have history. See the manual for details. \bye % Local variables: -% compile-command: "tex viperCard" +% compile-command: "pdftex viperCard" % End: % arch-tag: e287b45c-4c5e-4bf9-ae28-ead4cd9f68e3